toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]SelectClientCertificateCallback
/
Params
Params
public
interface
Params
The parameters of the
SelectClientCertificateCallback
.
Members
Functions
cancel
Action
Text
Link copied to clipboard
public
String
cancelActionText
(
)
Returns a string that represents the localized text of the "Cancel" action.
certificates
Link copied to clipboard
public
List
<
Certificate
>
certificates
(
)
Returns an immutable list of the certificates allowed by the server.
host
Port
Link copied to clipboard
public
HostPort
hostPort
(
)
Returns the host and port of the server that requested the client authentication.
is
Proxy
Link copied to clipboard
public
boolean
isProxy
(
)
Returns
true
if the request that requires the client certificate selection is issued by an HTTPS proxy server.
message
Link copied to clipboard
public
String
message
(
)
Returns a string that represents the localized dialog message.
select
Action
Text
Link copied to clipboard
public
String
selectActionText
(
)
Returns a string that represents the localized text of the "Select" action.
title
Link copied to clipboard
public
String
title
(
)
Returns a string that represents the localized dialog title.